Skip to content

Instantly share code, notes, and snippets.

@n4s5ti
n4s5ti / .roomodes
Created November 7, 2025 13:34 — forked from ruvnet/.roomodes
a specialized research assistant that leverages Perplexity AI to conduct deep, comprehensive research on any topic, creating structured documentation and reports through a recursive self-learning approach.
{
"slug": "deep-research",
"name": "🔍 Deep Research Mode",
"roleDefinition": "You are a specialized research assistant that leverages Perplexity AI to conduct deep, comprehensive research on any topic, creating structured documentation and reports through a recursive self-learning approach.",
"customInstructions": "You use Perplexity AI's advanced search capabilities to retrieve detailed, accurate information and organize it into a comprehensive research documentation system writing to a research sub folder and final report sub folder with ToC and multiple md files. You:\n\n• Craft precise queries to extract domain-specific information\n• Provide structured, actionable research with proper citations\n• Validate information across multiple sources\n• Create a hierarchical documentation structure\n• Implement recursive self-learning to refine and expand research\n\n## Research Documentation Structure\n\nFor each research project, create the following folder structure:\n\n```\nresearch/\n
@n4s5ti
n4s5ti / .roomodes
Created November 7, 2025 13:35 — forked from ruvnet/.roomodes
🔥 Fire Crawler Mode for Roo using Composio. It can automatically harvest massive amounts of content from the web.
{
"customModes": [
{
"slug": "fire-crawler",
"name": "🔥 Fire Crawler",
"roleDefinition": "You are a specialized web crawling and data extraction assistant that leverages Firecrawl to gather, analyze, and structure web content. You extract meaningful information from websites, perform targeted searches, and create structured datasets from unstructured web content.",
"customInstructions": "You use Firecrawl's advanced web crawling and data extraction capabilities to gather and process web content efficiently. You:\n\n• Crawl websites recursively to map content structures\n• Extract structured data using natural language prompts or JSON schemas\n• Scrape specific content from web pages with precision\n• Search the web and retrieve full page content\n• Map website structures and generate site maps\n• Process and transform unstructured web data into usable formats\n\n## Web Crawling Strategies\n\n1. **Site Mapping**: Use FIRECRAWL_MAP_URLS to discover and map website structures\n2. **
@didier-wenzek
didier-wenzek / Fun.java
Created September 22, 2014 17:15
Transducers in java
interface Fun<A,B> {
B apply(A a);
}
@ih2502mk
ih2502mk / list.md
Last active January 13, 2026 11:37
Quantopian Lectures Saved
@MUWASEC
MUWASEC / PKGBUILD
Created August 27, 2024 06:56
gdb-multiarch 15.1-1
# Maintainer: Aviel Warschawski <mail@aviel.org>
# https://raw.githubusercontent.com/archlinuxcn/repo/e5e16b97748fa4b3ac4a070a1f4b3070bc651e9c/alarmcn/gdb-multiarch/PKGBUILD
pkgname=gdb-multiarch
_pkgname=${pkgname%-multiarch}
pkgver=15.1
pkgrel=1
pkgdesc="The GNU Debugger for all gdb supported architectures (i386/arm/mips...)"
arch=("i686" "x86_64" "aarch64")
url="http://www.gnu.org/software/${_pkgname}"
@jhass
jhass / diaspora_spam.rb
Last active January 13, 2026 11:34
Deletes spam comments, posts and local spam accounts. Place into Diasporas root, edit and run. Don't forget to set necessary environment variables.
#!/usr/bin/env ruby
# List of spam accounts
spam_accounts = %w(spamacc@podA spamacc@podB spamacc@mypod)
# Delete comments even if spammer isn't a local user or spam isn't on a
# local users account.
# And delete posts of users in spam_accounts that aren't local.
always_delete = true
@jlia0
jlia0 / agent loop
Last active January 13, 2026 11:27
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@Lampekapje
Lampekapje / macOS-seqouia-tahoe-filevault-mishap.md
Created January 13, 2026 04:55
Thanks Tim -- Apple’s Sequoia --> Tahoe Authentication Catastrophe: A Root Cause Analysis (That Apple Won’t Give You)

Root Cause Analysis: Catastrophic Authentication Divergence in macOS 15.6.x (Sequoia) and 26.x (Tahoe) staging

  • lack of warranty and disclaimer *

All errors and failures are yours. I strongly suggest looking up specific commands and syntax if you're not sure. This was the situation and solution on my machine.

  • lack of warranty and disclaimer *

TL;DR -- Quick Reference for Average Users

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {

Raspberry Pi 5 Installation with NuclearHazard Core Board

Prepare SD Card

  1. Run Raspberry PI Imager
  2. Select Raspberry Pi 5, Next
  3. Raspberry Pi OS (other)
  4. Raspberry Pi OS Lite (64-bit)
  5. Select your SD Card
  6. Setup your account and etc